home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
70436
/
70436.xpi
/
chrome
/
auron.jar
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2010-01-22
|
1KB
|
21 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog" title="FireTvLive.com" orient="vertical" autostretch="always" onload="sizeToContent()" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<groupbox align="center" orient="horizontal">
<vbox>
<text value="FireTvLive.com Menu" style="font-weight: bold; font-size: x-large;"/>
<!-- text value="ver. 1.0"/-->
<separator class="thin"/>
<text value="Author:" style="font-weight: bold;"/>
<text value="FireTvLive.com" class="url" onclick="window.open('mailto:tvbutton@hotmail.com'); window.close();"/>
<separator class="thin"/>
<text value="Site Extension:" style="font-weight: bold;"/>
<text value="http://www.FireTvLive.com" class="url" onclick="window.open('http://www.FireTvLive.com'); window.close();"/>
</vbox>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>